type runtime.finBlock
7 uses
runtime (current package)
mfinal.go#L26: type finBlock struct {
mfinal.go#L28: alllink *finBlock
mfinal.go#L29: next *finBlock
mfinal.go#L49: finq *finBlock // list of finalizers that are to be executed
mfinal.go#L50: finc *finBlock // cache of free blocks
mfinal.go#L56: var allfin *finBlock // list of all blocks
mfinal.go#L116: finc = (*finBlock)(persistentalloc(finBlockSize, 0, &memstats.gcMiscSys))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)